home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / THIGHSCORE / THIGHSCORE.txt
Text File  |  1997-12-01  |  2KB  |  87 lines

  1. object HighScore: THighScore
  2.   Left = 305
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'High Scores'
  7.   ClientHeight = 250
  8.   ClientWidth = 329
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 218
  19.     Width = 108
  20.     Height = 15
  21.     Caption = 'You reached rank #'#39
  22.     Font.Color = clBlack
  23.     Font.Height = -12
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     Visible = False
  28.   end
  29.   object Scores: TListView
  30.     Left = 8
  31.     Top = 11
  32.     Width = 313
  33.     Height = 190
  34.     Columns = <
  35.       item
  36.         Caption = 'Rk'
  37.         Width = 30
  38.       end
  39.       item
  40.         Caption = 'Name'
  41.         Width = 150
  42.       end
  43.       item
  44.         Alignment = taCenter
  45.         Caption = 'Time'
  46.         Width = 75
  47.       end
  48.       item
  49.         Alignment = taCenter
  50.         Caption = 'Malus'
  51.       end>
  52.     ReadOnly = False
  53.     Font.Color = clBlack
  54.     Font.Height = -12
  55.     Font.Name = 'Courier New'
  56.     Font.Style = []
  57.     TabOrder = 0
  58.     ViewStyle = vsReport
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 264
  62.     Top = 211
  63.     Width = 57
  64.     Height = 30
  65.     Caption = 'Done'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70.   object ComboBox1: TComboBox
  71.     Left = 8
  72.     Top = 216
  73.     Width = 241
  74.     Height = 21
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     Items.Strings = (
  78.       'Traditional Layout'
  79.       'Dragon Layout'
  80.       'Big Hole Layout'
  81.       'Theater Layout'
  82.       'Beatle Layout')
  83.     TabOrder = 2
  84.     OnChange = ComboBox1Change
  85.   end
  86. end
  87.